home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
sheep_po.swf
/
scripts
/
frame_37
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
284 b
|
20 lines
if(sheepPocket < 7)
{
if(boom[sheepPocket] == 0)
{
if(eval("sheep" + sheepPocket).alive == 1)
{
boom[sheepPocket] = 1;
}
else
{
sheepPocket++;
}
}
prevFrame();
}
else
{
gotoAndStop("gameover");
}